C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ReportObjectNamedList<TItem> Class / Move Method
The current index.
The new index.

In This Topic
Move Method (ReportObjectNamedList<TItem>)
In This Topic
Moves the item with the specified index to a new new position specified by newIndex.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal index As Integer, _
   ByVal newIndex As Integer _
) 
 

Parameters

index
The current index.
newIndex
The new index.
See Also